Search
Convert.toPointString Method
See Also
 






Converts the list of PointF objects to a comma separated string.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static String toPointString (
    List<Point2D.Float> points
)

 Parameters

points

The list of PointF objects to convert.

 Return Value

A comma separated string.

 See Also